home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / FOODTION / TOPGROC.LZH / INSTALL.BAT next >
DOS Batch File  |  1991-07-09  |  838b  |  36 lines

  1. cls
  2. @echo off
  3. echo.
  4. echo.
  5. echo.
  6. echo Thank you for selecting Topp's Grocery Program.
  7. echo.
  8. echo The program will now create a directory on your C Drive called "Qpon"
  9. echo and copy the program files to the "Qpon" directory.
  10. echo.
  11. echo If this is not what you want to do press the Ctrl key and the C key now.
  12. echo.
  13. echo You may create any directory on any drive you desire and copy the
  14. echo disk files to that directory.
  15. echo.
  16. echo    Example: Type md {any name (8 character maximum)}
  17. echo             Type copy a:\*.* {drive letter}:\{name selected}
  18. echo             Then type "qpnprg"
  19. echo.
  20. echo If this is not clear please consult your DOS manual for making directories
  21. echo and copying files.
  22. echo.
  23. echo.
  24. echo.
  25. pause
  26. @echo off
  27. c:
  28. cd\
  29. md qpon
  30. cd\qpon
  31. @echo off
  32. copy a:\*.exe
  33. qpnprg
  34. del qpnprg.exe
  35. menu
  36.